home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941031-19941221 / 000194_news@columbia.edu_Sun Nov 20 07:00:13 1994.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA04131
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Sun, 20 Nov 1994 12:01:13 -0500
  3. Received: by apakabar.cc.columbia.edu id AA13647
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Sun, 20 Nov 1994 12:01:11 -0500
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!news.moneng.mei.com!hookup!relay.tor.hookup.net!newsadm
  6. From: bangus@hookup.net (Brian F. Angus)
  7. Newsgroups: comp.protocols.kermit.misc,alt.winsock
  8. Subject: Re: winsock/pkt dvr hack possible?
  9. Date: Sun, 20 Nov 94 12:00:13 est
  10. Organization: hookup.net
  11. Lines: 32
  12. Message-Id: <3anvci$dut@relay.tor.hookup.net>
  13. References: <3a67j8$j39@Mercury.mcs.com> <Pine.SUN.3.91.941118031532.9000A-100000@soleil> <3aiudg$pil@apakabar.cc.columbia.edu>
  14. Nntp-Posting-Host: bangus.tor.hookup.net
  15. Mime-Version: 1.0
  16. X-Newsreader: WinVN 0.93.0
  17. Xref: news.columbia.edu comp.protocols.kermit.misc:1139 alt.winsock:22420
  18. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  19.  
  20.  
  21.  
  22. In article <3aiudg$pil@apakabar.cc.columbia.edu>, jaltman@watsun.cc.columbia.edu 
  23. says...
  24.  
  25. >A packet driver on top of winsock makes no sense since winsock is not 
  26. >protocol independent.  The best you could possibly hope for would be a 
  27. >Telnet redirector for Windows DOS Sessions which communicates through 
  28. >WinSock.
  29.  
  30. Actually, it could probably be done by filtering out the non TCP/IP
  31. functionality, but it would be a very complicated bit of engineering.
  32. You would likely have to write some nasty DOS interrupt redirection
  33. code which would allow the DOS program to communicate directly to a native Windows 
  34. WINSOCK application via the packet driver interrupt.  The WINSOCK application 
  35. would act as a type of pass-through tunnel for the DOS application.  This may 
  36. require the use of a custom VXD, I'm not sure.  I briefly looked into this but I 
  37. have decided that my skill sets are not quite at a level required for this task.
  38.  
  39. Any takers.
  40.  
  41. Brian.
  42.  
  43. P.S. I was looking into this for Network DOOM.
  44.  
  45. -- 
  46.  _---_   ------------------------------------------------------------
  47.  /o o\   Brian Angus                 Unsupported hack supporter - DEC
  48. (  |  )  bangus@trooa.enet.dec.com          
  49.  \_=_/   bangus@hookup.net           The one with the most shims wins
  50.          ------------------------------------------------------------
  51.